home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / src890906.arc / DIRUTIL.H < prev    next >
C/C++ Source or Header  |  1989-08-18  |  215b  |  9 lines

  1. #include "global.h"
  2.  
  3. /* In dirutil.c */
  4. FILE *dir __ARGS((char *path,int full));
  5. int filedir __ARGS((char *name,int times,char *ret_str));
  6.  
  7. /* In pathname.c: */
  8. char *pathname __ARGS((char *cd,char *path));
  9.